home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00013_Script_13 < prev    next >
Text File  |  2001-04-13  |  210b  |  14 lines

  1. Global gDebateText
  2.  
  3.  
  4. on exitFrame
  5.   repeat with x in[5,6,20,21,22,23,24,25,26,27,28,29,30]
  6.     if rollover(x) then
  7.       roll x
  8.     else
  9.       unroll x
  10.     end if
  11.   end repeat
  12.   
  13.   go the frame
  14. end